tcsh: adjust with glibc and libcrypt-compat
authorKonstantin Demin <[email protected]>
Fri, 4 Jul 2025 07:51:41 +0000 (10:51 +0300)
committerJosef Schlehofer <[email protected]>
Mon, 14 Jul 2025 08:40:15 +0000 (10:40 +0200)
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin <[email protected]>
utils/tcsh/Makefile

index 3496f9783c6554eb1f81d53c4538c1bb3c27e274..0f66219438f3b60d34f86f31c3d2acb8db9bf0b9 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tcsh
 PKG_VERSION:=6.22.04
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:= \
@@ -37,7 +37,7 @@ define Package/tcsh
   CATEGORY:=Utilities
   SUBMENU:=Shells
   TITLE:=Enhanced Berkeley UNIX C shell
-  DEPENDS:=+libncurses $(ICONV_DEPENDS)
+  DEPENDS:= +USE_GLIBC:libcrypt-compat +libncurses $(ICONV_DEPENDS)
   URL:=https://www.tcsh.org/
 endef